x86/PCI-MSI: fix log messages
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Sep 2008 09:20:49 +0000 (10:20 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Sep 2008 09:20:49 +0000 (10:20 +0100)
commit6260fc6e0f9412287b0b87bcd3cbe579c81b0eff
treed2d3d33680b854ef788f438fb6ef13bc70e3aa9a
parentf43f4f1d283f080b424eb4d85a7bdbb4e404e7ee
x86/PCI-MSI: fix log messages

XENLOG_G_* should not be used in invocations of gdprintk().

Also change the wording in a few places and consistently print the
target domain. It remains questionable whether the code should be this
verbose in the first place, especially now that MSI is on by default.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/physdev.c